home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / ICFD170B.ZIP;1 / WHATSNEW.TXT < prev   
Encoding:
Text File  |  1993-02-23  |  8.6 KB  |  253 lines

  1.  
  2.                   LANTELLIGENCE
  3.  
  4.  
  5.  
  6.  
  7.  
  8.       LANTELLIGENCE CORPORATION  v  PO BOX 140627, MIAMI FL,
  9.       33114-0627
  10.       Sales & Information: (800) 423-8845  v  Technical Support:
  11.       (305) 598-6453
  12.       Compuserve: 70274,46  v  Internet: 70274,46@COMPUSERVE.COM
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.                         Features & Changes in ICF Version 1.7
  25.  
  26.  
  27.  
  28.        Following is a summary of major changes, new features, and bug fixes
  29.        made to ICF since version 1.6. Note that if you have a version between
  30.        1.6 and 1.7, some of these changes may already be implemented in your
  31.        copy. Many changes and features were implemented as a result of user
  32.        requests. As always, we thank you for your support, and if you have any
  33.        problems, questions, or suggestions, please contact us.
  34.  
  35.  
  36.  
  37.        1. Bug Fix: Under some circumstances a manually-entered User ID
  38.           (entered either through the ASK screen or by using the /Userid
  39.           option) was not saved in the AUTORUN.DAT file. This is corrected.
  40.  
  41.        2. Bug Fix: If the /Id option was used (which appends 3 additional
  42.           fields to a STATUS output file in order to identify the User ID on
  43.           each record), sometimes one or more of the additional fields were
  44.           not being filled in. This is corrected.
  45.  
  46.        3. Bug Fix: A condition causing the message similar to "Unexpected
  47.           return code ... nmfiles..." has been fixed.
  48.  
  49.        4. Bug Fix: Under some circumstances the /Findextsval option wouldn't
  50.           work. This option permits you to request files with extensions other
  51.           than .COM and .EXE to be included in the output of a program scan,
  52.           as in:
  53.  
  54.              ICF STATUS /ASCII /FINDEXTSVAL=DLL,SYS,PIF
  55.  
  56.  
  57.  
  58.  
  59.  
  60.                                           1
  61.  
  62.  
  63.           If this option is used, the /Unknownsw option or the /Findexts
  64.           option should also be used. Note that /Findextsval is not required
  65.           to find files identified in the software recognition file
  66.           (ICFPROGn.DBF). Any file names in this file, regardless of
  67.           extension, will be matched if found during a program scan.
  68.  
  69.        5. Bug Fix: Some conditions resulting in an out-of-memory message being
  70.           issued were eliminated.
  71.  
  72.        6. Change: If the AUTO command is used and the output file exists but
  73.           ICF determines that it is not necessary to perform an inventory
  74.           collection (because the PC configuration hasn't changed to warrant a
  75.           new scan), ICF would delete any existing output file. This was
  76.           changed, so that the output file, if it exists from the last
  77.           inventory collection, is not deleted and overwritten unless a new
  78.           inventory collection is actually performed.
  79.  
  80.        7. Change: If the AUTO command is used, no "End of Program Run" message
  81.           is displayed when ICF terminates. This was done so users don't see
  82.           confusing messages on the screen when ICF runs every day.
  83.  
  84.        8. Change: Field sizes in the /Ask display were enlarged. Although the
  85.           fields on the screen appear to be the same size, they now have the
  86.           capability to scroll horizontally. Up to 30 characters will fit in
  87.           each field, including the serial number.
  88.  
  89.        9. Change: The /Totexts option is being phased out of ICF. The purpose
  90.           of this option was to display totals by file extension when using
  91.           the FILES command and output is sent to the screen.
  92.  
  93.        10.  Change: Memory usage was greatly enhanced to permit ICF to process
  94.           many more files during program scanning, as well as significantly
  95.           increased text file capture capabilities. This is especially
  96.           necessary for the DOS version.
  97.  
  98.        11.  New Feature: Added the /Unknownsw option, which instructs ICF to
  99.           include unrecognized programs in the inventory output file.
  100.  
  101.        12.  New Feature: Added the /Banner option, which replaces the standard
  102.           ICF startup messages with a greeting of your own. For example, you
  103.           can try:
  104.  
  105.              ICF STATUS /DBASE /BANNER=THE_UNIVERSAL_CORP___PERFORMING
  106.              INVENTORY...
  107.  
  108.           Note that spaces can be represented by the underscore character
  109.           (this can be changed by using the /Spacechar option).
  110.  
  111.        13.  New Feature: Added the /Textfilescan option, which instructs ICF
  112.           to scan drives for system configuration text files (i.e. CONFIG.SYS,
  113.           *.INI files). Normally, ICF looks only in predefined directories (on
  114.           all drives) for these files. If your users have files in non-
  115.           standard locations (for example, Windows .INI files not located in
  116.           the \WINDOWS directory), use this option. The abbreviation for this
  117.           option is /TFS.
  118.  
  119.  
  120.  
  121.                                           2
  122.  
  123.  
  124.        14.  New feature: Added the capability for environment variables to be
  125.           referenced from many options. To use this feature, include the name
  126.           of the environment variable surrounded by %% (2 percent signs on
  127.           both sides of the variable name), as in:
  128.  
  129.              ICF STATUS /DBASE /OVERWRITE /USERID=%%MYUSERID%%
  130.  
  131.           The above example assumes a SET MYUSERID=<string> was performed
  132.           prior to ICF being run. This feature works with a majority of ICF
  133.           options. Also, the environment variable reference can be embedded in
  134.           any option value (i.e. additional characters can appear before
  135.           and/or after the reference), as the example below illustrates:
  136.  
  137.              ICF STATUS /DBASE /FILENAME=FN%%LANTYPE%%9 /UNKNOWNSW
  138.              /FINDEXTSVAL=.BAT
  139.  
  140.           If the DOS command SET LANTYPE=3COM before ICF runs the above
  141.           command, the output file would be named FN3COM9.DBF
  142.  
  143.        15.  New Feature: Added the /Noprograms option, which instructs ICF to
  144.           ignore scanning drives for programs. Although this capability was
  145.           already present in the form /NOSTATUS=PRO, this new option makes it
  146.           easier.
  147.  
  148.        16.  New feature: Added the /Notextfiles option, which instructs ICF to
  149.           ignore reading configuration text files (i.e. AUTOEXEC.BAT,
  150.           STARTUP.BAT, CONFIG.SYS and .INI files) during inventory captures.
  151.           While this capability was already present in the form
  152.           /NOSTATUS=INI,TXT, this new option makes it easier.
  153.  
  154.        17.  New Feature: An error message is now displayed if the /Progslimit
  155.           option is exceeded. The /Progslimit option is used to specify the
  156.           maximum number of programs that will be searched for on each drive.
  157.           It is used primarily for testing (using it in a production
  158.           environment would severely effect the accuracy of an inventory
  159.           capture. Now, an error message is displayed as a reminder that you
  160.           specifically limited the number of programs to search for.
  161.  
  162.        18.  New Feature: Added the /Deptid option. This allows you to specify
  163.           a department ID on the command line. Example:
  164.  
  165.              ICF STATUS /DEPTID=MIS.
  166.  
  167.        19.  New Feature: Added the /Quickstatus option. This is a shortcut
  168.           option which specifies both /Notextfiles and /Noprograms. Of course,
  169.           this would cause an inventory capture to proceed very quickly, hence
  170.           the name of this new option. It is especially convenient for testing
  171.           purposes when you want to try various options of the STATUS command
  172.           but do not need a program scan or text file capture to be performed.
  173.           The abbreviation for this option is /QS.
  174.  
  175.        20.  New Feature: Additional Windows configuration files are included
  176.           in text file captures, specifically those included in Windows for
  177.           Workgroups.
  178.  
  179.  
  180.  
  181.  
  182.                                           3
  183.  
  184.  
  185.        21.  New Feature: Netware configuration files (NET.CFG and SHELL.CFG)
  186.           are now included in text file captures when an inventory is
  187.           performed.
  188.  
  189. 22. New: Feature: /NOTEXTFILES option - Specifying this option prevents ICF
  190.     from including system text files (i.e. Autoexec.Bat) in a configuration
  191.     run. It is simpler than using the /NST:INI,TXT option.
  192.  
  193. 23. New: /TEXTFILES option - Allows you to specify up to 6 additional system
  194.     text files to be included in a configuration run. An example is:
  195.  
  196.       ICF STATUS /DBASE /TEXTFILES=D:\WINDOWS\SPECIAL.INI,E:\THISFILE.TXT
  197.  
  198.  
  199.  
  200.  
  201.  
  202.  
  203.  
  204.  
  205.  
  206.  
  207.  
  208.  
  209.  
  210.  
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.  
  224.  
  225.  
  226.  
  227.  
  228.  
  229.  
  230.  
  231.  
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239.  
  240.  
  241.  
  242.  
  243.  
  244.  
  245.  
  246.  
  247.  
  248.  
  249.  
  250.  
  251.  
  252.                                           4
  253.